]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Core Extensions/Notification+AppEvents.swift
Add AppleScript support
[rbdr/captura] / Captura / Core Extensions / Notification+AppEvents.swift
index 0a0f820dde0a70402baaf8054611dcb99e78d06a..82b46e11bcfb2b2cee23276cd9a3139ca81bc718 100644 (file)
@@ -9,4 +9,6 @@ extension Notification.Name {
   static let failedToStart = Notification.Name("failedToStart")
   static let receivedFrame = Notification.Name("receivedFrame")
   static let failedtoUpload = Notification.Name("failedToUpload")
+  static let reloadConfiguration = Notification.Name("reloadConfiguration")
+  static let setCaptureSessionConfiguration = Notification.Name("setCaptureSessionConfiguration")
 }